home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / include / Imakefile < prev    next >
Makefile  |  1996-07-24  |  474b  |  20 lines

  1. #include "../config/crossfire.tmpl"
  2.  
  3. ALL_FILES = \
  4.     arch.h bitmaps.h book.h commands.h config.h define.h\
  5.     funcpoint.h global.h gods.h includes.h \
  6.     libproto.h living.h loader.h logger.h \
  7.     main.h newclient.h\
  8.     object.h osf.h patchlevel.h player.h read.h re-cmp.h sgi.h shstr.h\
  9.     skills.h skillist.h \
  10.     sounds.h spellist.h spells.h sproto.h structs.h sunos.h treasure.h\
  11.     version.h xdir.h xio.h X11.h
  12.  
  13. all::
  14.  
  15. depend::
  16.  
  17. clean::
  18.  
  19. InsertArchive(Imakefile $(ALL_FILES),include)
  20.